home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
DRAW19.ADA
< prev
next >
Wrap
Text File
|
1994-01-11
|
318b
|
38 lines
WITH Spider; USE Spider;
PROCEDURE Drawing19 IS
PROCEDURE Arm IS
BEGIN
Black;
Step;
Step;
Step;
Turn;
Turn;
Turn;
Step;
Turn;
Red;
Step;
Turn;
Step;
Turn;
Step;
Step;
Step;
Step;
Step;
Turn;
END Arm;
BEGIN
Reset;
Arm;
Arm;
Arm;
Arm;
-- Step; -- Predict what happens with this statement added.
Quit;
END Drawing19;